home *** CD-ROM | disk | FTP | other *** search
- Path: news.cais.com!news
- From: Lally Singh <lsingh@ids2.idsonline.com>
- Newsgroups: comp.lang.c++
- Subject: Re: C++ Shortcomings ?
- Date: Tue, 19 Mar 1996 21:15:23 -0400
- Organization: Capital Area Internet Service info@cais.com 703-448-4470
- Message-ID: <314F5C2B.6E62@ids2.idsonline.com>
- References: <31488E8D.167E@aw.sgi.com> <4iaqch$moh@B1FF.mindspring.com> <314ac676.0@news.sisna.com>
- NNTP-Posting-Host: ip177.idsonline.com
- Mime-Version: 1.0
- Content-Type: text/plain; charset=us-ascii
- Content-Transfer-Encoding: 7bit
- X-Mailer: Mozilla 2.0 (Win95; I)
-
- >>Even though A* is a type, none of its default manipulations
- >>can be redefined.
-
-
- I'm not completely sure, but this may work:
- friend int operator==(TType* a, TType* b);
- I can't tell you if it would, cause I've got no time to test, but
- it seems logical...
-